header .container {
    width: 100%;
    height: 100%;
    padding: 0px;
}

/*
 * header
 */
.page-header {
    border-bottom: 1px solid 
}
.header-paragraph {
    text-align: left;
    font-style: normal;
    height: 21px; 
    width: 534px;
    font-family: "Times New Roman", Times, serif;
    color: #FFFFFF;
}
.header-title {
    font-size: xx-large;
    font-family: "Times New Roman", Times, serif;
    color: #FFFFFF;
}
.header-small {
    font-size: small;
}
.header-sideInfo {
    font-style: italic;
    text-align: right;
    background-color: #800000;
    font-size: small;
    font-family: "Times New Roman", Times, serif;
    color: #FFFFFF;
    font-weight: normal;
    padding-right: 10px;
}
.header-sideInfo a {
    color: #FFFFFF; 
    text-decoration: underline;
}
.stanfordRed-Background {
    background-color: #800000;
}
.header-table {
    border-collapse: collapse;
    font-style: italic;
    border-color: #800000;
    width: 100%; 
    height: 100%;
    font-style: normal;
    border-width: 0;
}
.header-capital {
    font-size: 48pt;
    font-family: "Times New Roman", Times, serif;
    font-style: normal;
    color: #DDCC88;
}